home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
main.dxr
/
00164.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
149 b
|
10 lines
global gwind
on exitFrame
gwind = gwind + random(10000) + [1, -1][random(2)]
if abs(gwind) > 10 then
gwind = 2
end if
go(the frame)
end